home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / libogg / libogg-1.0rc3 / src / Makefile < prev   
Encoding:
Makefile  |  2002-10-27  |  8.5 KB  |  336 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/libogg
  38. pkglibdir = $(libdir)/libogg
  39. pkgincludedir = $(includedir)/libogg
  40.  
  41. top_builddir = ..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = m68k-unknown-amigaos
  61. host_triplet = m68k-unknown-amigaos
  62. AS = @AS@
  63. CC = gcc
  64. CFLAGS = -O20 -fsigned-char -g -O2
  65. DEBUG = -g -Wall -fsigned-char -g -O2
  66. DLLTOOL = @DLLTOOL@
  67. ECHO = print -r
  68. EXEEXT = 
  69. LIBS = 
  70. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  71. LIBTOOL_DEPS = ./ltmain.sh
  72. LIB_AGE = 3
  73. LIB_CURRENT = 3
  74. LIB_REVISION = 0
  75. LN_S = ln -s
  76. MAKEINFO = makeinfo
  77. OBJDUMP = @OBJDUMP@
  78. OBJEXT = o
  79. OPT = 
  80. PACKAGE = libogg
  81. PROFILE = -O20 -g -pg -fsigned-char -g -O2
  82. RANLIB = ranlib
  83. SIZE16 = int16_t
  84. SIZE32 = int32_t
  85. SIZE64 = int64_t
  86. STRIP = strip
  87. USIZE32 = u_int32_t
  88. VERSION = 1.0rc3
  89.  
  90. AUTOMAKE_OPTIONS = foreign
  91.  
  92. INCLUDES = -I../include
  93.  
  94. lib_LTLIBRARIES = libogg.la
  95.  
  96. libogg_la_SOURCES = framing.c bitwise.c
  97. libogg_la_LDFLAGS = -version-info 3:0:3
  98. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  99. CONFIG_CLEAN_FILES = 
  100. LTLIBRARIES =  $(lib_LTLIBRARIES)
  101.  
  102.  
  103. DEFS =  -DPACKAGE=\"libogg\" -DVERSION=\"1.0rc3\" -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8  -I. -I$(srcdir) 
  104. CPPFLAGS = 
  105. LDFLAGS =  
  106. libogg_la_LIBADD = 
  107. libogg_la_OBJECTS =  framing.lo bitwise.lo
  108. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  109. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  110. CCLD = $(CC)
  111. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  112. DIST_COMMON =  Makefile.am Makefile.in
  113.  
  114.  
  115. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  116.  
  117. TAR = tar
  118. GZIP_ENV = --best
  119. SOURCES = $(libogg_la_SOURCES)
  120. OBJECTS = $(libogg_la_OBJECTS)
  121.  
  122. all: all-redirect
  123. .SUFFIXES:
  124. .SUFFIXES: .S .c .lo .o .obj .s
  125. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  126.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps src/Makefile
  127.  
  128. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  129.     cd $(top_builddir) \
  130.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  131.  
  132.  
  133. mostlyclean-libLTLIBRARIES:
  134.  
  135. clean-libLTLIBRARIES:
  136.     -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  137.  
  138. distclean-libLTLIBRARIES:
  139.  
  140. maintainer-clean-libLTLIBRARIES:
  141.  
  142. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  143.     @$(NORMAL_INSTALL)
  144.     $(mkinstalldirs) $(DESTDIR)$(libdir)
  145.     @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  146.       if test -f $$p; then \
  147.         echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
  148.         $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
  149.       else :; fi; \
  150.     done
  151.  
  152. uninstall-libLTLIBRARIES:
  153.     @$(NORMAL_UNINSTALL)
  154.     list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  155.       $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
  156.     done
  157.  
  158. .c.o:
  159.     $(COMPILE) -c $<
  160.  
  161. # FIXME: We should only use cygpath when building on Windows,
  162. # and only if it is available.
  163. .c.obj:
  164.     $(COMPILE) -c `cygpath -w $<`
  165.  
  166. .s.o:
  167.     $(COMPILE) -c $<
  168.  
  169. .S.o:
  170.     $(COMPILE) -c $<
  171.  
  172. mostlyclean-compile:
  173.     -rm -f *.o core *.core
  174.     -rm -f *.$(OBJEXT)
  175.  
  176. clean-compile:
  177.  
  178. distclean-compile:
  179.     -rm -f *.tab.c
  180.  
  181. maintainer-clean-compile:
  182.  
  183. .c.lo:
  184.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  185.  
  186. .s.lo:
  187.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  188.  
  189. .S.lo:
  190.     $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  191.  
  192. mostlyclean-libtool:
  193.     -rm -f *.lo
  194.  
  195. clean-libtool:
  196.     -rm -rf .libs _libs
  197.  
  198. distclean-libtool:
  199.  
  200. maintainer-clean-libtool:
  201.  
  202. libogg.la: $(libogg_la_OBJECTS) $(libogg_la_DEPENDENCIES)
  203.     $(LINK) -rpath $(libdir) $(libogg_la_LDFLAGS) $(libogg_la_OBJECTS) $(libogg_la_LIBADD) $(LIBS)
  204.  
  205. tags: TAGS
  206.  
  207. ID: $(HEADERS) $(SOURCES) $(LISP)
  208.     list='$(SOURCES) $(HEADERS)'; \
  209.     unique=`for i in $$list; do echo $$i; done | \
  210.       awk '    { files[$$0] = 1; } \
  211.            END { for (i in files) print i; }'`; \
  212.     here=`pwd` && cd $(srcdir) \
  213.       && mkid -f$$here/ID $$unique $(LISP)
  214.  
  215. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  216.     tags=; \
  217.     here=`pwd`; \
  218.     list='$(SOURCES) $(HEADERS)'; \
  219.     unique=`for i in $$list; do echo $$i; done | \
  220.       awk '    { files[$$0] = 1; } \
  221.            END { for (i in files) print i; }'`; \
  222.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  223.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  224.  
  225. mostlyclean-tags:
  226.  
  227. clean-tags:
  228.  
  229. distclean-tags:
  230.     -rm -f TAGS ID
  231.  
  232. maintainer-clean-tags:
  233.  
  234. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  235.  
  236. subdir = src
  237.  
  238. distdir: $(DISTFILES)
  239.     @for file in $(DISTFILES); do \
  240.       d=$(srcdir); \
  241.       if test -d $$d/$$file; then \
  242.         cp -pr $$d/$$file $(distdir)/$$file; \
  243.       else \
  244.         test -f $(distdir)/$$file \
  245.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  246.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  247.       fi; \
  248.     done
  249.  
  250. info-am:
  251. info: info-am
  252. dvi-am:
  253. dvi: dvi-am
  254. check-am: all-am
  255. check: check-am
  256. installcheck-am:
  257. installcheck: installcheck-am
  258. install-exec-am: install-libLTLIBRARIES
  259. install-exec: install-exec-am
  260.  
  261. install-data-am:
  262. install-data: install-data-am
  263.  
  264. install-am: all-am
  265.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  266. install: install-am
  267. uninstall-am: uninstall-libLTLIBRARIES
  268. uninstall: uninstall-am
  269. all-am: Makefile $(LTLIBRARIES)
  270. all-redirect: all-am
  271. install-strip:
  272.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  273. installdirs:
  274.     $(mkinstalldirs)  $(DESTDIR)$(libdir)
  275.  
  276.  
  277. mostlyclean-generic:
  278.  
  279. clean-generic:
  280.  
  281. distclean-generic:
  282.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  283.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  284.  
  285. maintainer-clean-generic:
  286. mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
  287.         mostlyclean-libtool mostlyclean-tags \
  288.         mostlyclean-generic
  289.  
  290. mostlyclean: mostlyclean-am
  291.  
  292. clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
  293.         clean-generic mostlyclean-am
  294.  
  295. clean: clean-am
  296.  
  297. distclean-am:  distclean-libLTLIBRARIES distclean-compile \
  298.         distclean-libtool distclean-tags distclean-generic \
  299.         clean-am
  300.     -rm -f libtool
  301.  
  302. distclean: distclean-am
  303.  
  304. maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
  305.         maintainer-clean-compile maintainer-clean-libtool \
  306.         maintainer-clean-tags maintainer-clean-generic \
  307.         distclean-am
  308.     @echo "This command is intended for maintainers to use;"
  309.     @echo "it deletes files that may require special tools to rebuild."
  310.  
  311. maintainer-clean: maintainer-clean-am
  312.  
  313. .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
  314. clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
  315. uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
  316. distclean-compile clean-compile maintainer-clean-compile \
  317. mostlyclean-libtool distclean-libtool clean-libtool \
  318. maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
  319. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
  320. check-am installcheck-am installcheck install-exec-am install-exec \
  321. install-data-am install-data install-am install uninstall-am uninstall \
  322. all-redirect all-am all installdirs mostlyclean-generic \
  323. distclean-generic clean-generic maintainer-clean-generic clean \
  324. mostlyclean distclean maintainer-clean
  325.  
  326.  
  327. debug:
  328.     $(MAKE) all CFLAGS="-g -Wall -fsigned-char -g -O2"
  329.  
  330. profile:
  331.     $(MAKE) all CFLAGS="-O20 -g -pg -fsigned-char -g -O2"
  332.  
  333. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  334. # Otherwise a system limit (for SysV at least) may be exceeded.
  335. .NOEXPORT:
  336.